Eclipse Platform
Pre-release 3.0

org.eclipse.jface.text.reconciler
Interface IReconcilerExtension

All Known Implementing Classes:
Reconciler

public interface IReconcilerExtension

Extension interface for IReconciler. Updates the reconciler to be aware of documents with multiple partitions.

Since:
3.0

Method Summary
 String getDocumentPartitioning()
          Returns the partitioning this reconciler is using.
 

Method Detail

getDocumentPartitioning

public String getDocumentPartitioning()
Returns the partitioning this reconciler is using.

Returns:
the partitioning this reconciler is using

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.